SftTree/NET 2.0

ShowToolTip Event, SftTree Class

Softel vdm, Inc.

Occurs when a tooltip is about to be displayed.

Syntax      SftTree Class (Softelvdm.SftTreeNET)

VB   

Public Event ShowToolTip As ShowToolTipEventHandler

C#   

public event ShowToolTipEventHandler ShowToolTip;

C++   

public: event ShowToolTipEventHandler ShowToolTip;

Event Data

The ShowToolTip event handler receives an argument of type ToolTipEventArgs containing data related to this event.

Comments

The ShowToolTip event occurs when a tooltip is about to be displayed.

The event handler can modify fields in the ToolTipEventArgs object to control the appearance and contents of the tooltip.

The ToolTipStyle field of the ToolTipEventArgs object must be set to Balloon, otherwise any changes made to the ToolTipEventArgs object are ignored and the control's built-in, in-place tooltip is shown (if necessary).


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com